Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove render_to_surface and the async pipeline #803

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DJMcNab
Copy link
Member

@DJMcNab DJMcNab commented Jan 29, 2025

Replace with blitting/texture utilities in the utils module.
Fixes #549

Incompatible with #801. I have a follow-up which shows you would do transparency, but my current thinking is that you should drop off the "utils" happy path if you need that. I could be convinced otherwise.

Currently, this also comments out the debug renderer and pipelines. This isn't a good long-term state, but I think that we want to really pare down Vello's API significantly, and temporarily cutting them is... manageable.

Replace with blitting/surface utilities in the `utils` module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rendering to a surface and transparency
1 participant